SixBit API Schema
Inventory_RemoveType Complex Type
Description
An API call to remove inventory from an item.
Namespace (none)
Diagram
InvoiceNumber Element PONumber Element FulfillmentSource Element DatePurchased Element SupplierName Element SupplierAccountNum Element SupplierID Element Cost Element Quantity Element StorageLocation Element ProductID Element SKU Element ExternalItemID Element ItemID Element Title Element All Inventory Element All Inventory_RemoveType Complex Type
Overview
Inventory_RemoveType
An API call to remove inventory from an item.
logfilepath optional xs:string
The full name and path to a location to place logging information.
All
Used By
Inventory_Remove Element
Attributes
NameTypeUseDefaultFixedDescription
logfilepathxs:stringoptional  The full name and path to a location to place logging information.
Source
<xs:complexType name="Inventory_RemoveType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to remove inventory from an item.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Inventory" type="InventoryType" minOccurs="1" maxOccurs="1" />
  </xs:all>
  <xs:attribute name="logfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a location to place logging information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.